CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - hmm java

搜索资源列表

  1. JHMMSim_Sources_1.0.Beta1

    1下载:
  2. Java开发的HMM显示程序,含源码,可用于学习和研究HMM的朋友
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:36117
    • 提供者:ming
  1. javachinesepinyin-bundle

    0下载:
  2. 这是一个中文拼音输入法的Java实现,基于HMM模型,无词典,能完成拼音转汉字,和汉字转拼音的任务,并结合Edit Distance使其具有中文输入纠错功能。-This is a Chinese Pinyin input method of the Java implementation of HMM-based model, no dictionary, to complete Pinyin turn Chinese characters, Pinyin and Chinese charact
  3. 所属分类:IME Develop

    • 发布日期:2017-05-26
    • 文件大小:8757240
    • 提供者:若若納风
  1. JAVA-HMM

    1下载:
  2. 用java实现的隐马尔科夫模型,含代码,文档,使用手册。-With the java implementation of hidden Markov models, including code, documentation, user' s manual.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1211104
    • 提供者:liuwei
  1. imdict-chinese-analyzer

    1下载:
  2. imdict-chinese-analyzer 是 imdict智能词典 的智能中文分词模块,算法基于隐马尔科夫模型(Hidden Markov Model, HMM),是中国科学院计算技术研究所的ictclas中文分词程序的重新实现(基于Java),可以直接为lucene搜索引擎提供简体中文分词支持。-imdict-chinese-analyzer is a smart imdict Chinese Dictionary smart module segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2016-07-06
    • 文件大小:3255959
    • 提供者:王同
  1. 1

    0下载:
  2. - 我用Java写的qq程序,基于Socket通信,C/S模式 [sphinx2-0.6.tar.gz] - 语音识别系统,美国cmu大学开发的基于hmm模型的语音识别系统 [JSP.rar] - 讲解jsp的开发中的常用技巧 非常使用,其中很多经常遇到 -- I qq program written in Java, based on Socket Communications, C/S mode [sphinx2-0.6.tar.gz]- voice recognit
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:67272
    • 提供者:杀破狼
  1. hmm-java

    0下载:
  2. 隐马尔科夫经典算法的JAVA实现!可以用来做结构预测!-JAVA implementation of the classical algorithm of hidden Markov Structure prediction can be used to do!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6173
    • 提供者:justok
  1. HMM--Java

    0下载:
  2. 隐马尔科夫模型HMM算法java实现 可以直接实现哦-Hidden Markov Model HMM algorithm java implementation can directly realize oh
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:5341
    • 提供者:郭彦明
  1. jahmm-0.6.1-src

    0下载:
  2. 隐马尔科夫编程。Jahmm (pronounced “jam”), is a Java implementation of Hidden Markov Model (HMM) related algorithms. It’s been designed to be easy to use (e.g. simple things are simple to program) and general purpose.-Hidden Markov programming.Jahmm (pronounc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:232173
    • 提供者:hulongcan
  1. nlu_project

    0下载:
  2. 采用机器学习的方法进行自然语言处理,对中文进行分词和词性标注。分词采用crf模型,词性标注用hmm模型,解码算法为Vertibi算法。本系统使用java语言编写-Using machine learning methods for natural language processing, carried out on the Chinese word segmentation and POS tagging. Segmentation using crf model, tagging with
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2006356
    • 提供者:lipeng
  1. HMM

    0下载:
  2. hmm,包括前向,后向,前向-后向,EM,训练等算法的java实现-hmm, including forward, backward, forward- backward, EM, training algorithm to achieve the java
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:dengfy
  1. HmmExamine

    0下载:
  2. HMM程序源码,java编写,可以直接使用-Hidden Markov program
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:9422
    • 提供者:杨欢
  1. darts-clone-java-master

    0下载:
  2. HMM模型源代码,非常适合新手使用,理解模型原理,若有问题欢迎咨询本人,一起学习学习!-HMM Model source ,very suitable for beginners to use!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:17487
    • 提供者:黄灿奕
  1. javachinesepinyin-master

    1下载:
  2. 拼音转汉字java实现及汉字转拼音,利用hmm模型实现, 据别纠错功能。-Pinyin to turn Chinese characters Java and Chinese characters to Pinyin, using the HMM model to achieve, according to the error correction function.
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:16268074
    • 提供者:
  1. em

    0下载:
  2. em算法介绍:EM算法有很多的应用,最广泛的就是GMM混合高斯模型、聚类、HMM等等(This is the EM algorithm using JAVA, easy to understand, easy to use and helpful for understanding the EM algorithm)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-18
    • 文件大小:4443136
    • 提供者:XIAOBIN970819
搜珍网 www.dssz.com